html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: "myFont","Microsoft YaHei","PingFang SC", "Segoe UI", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #474747;
  background: #fff;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: inherit;
  outline: 0;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  vertical-align: baseline;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

select {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

i {
  font-style: normal
}

strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

img {
  border-style: none
}

ul {
  padding: 0;
  list-style: none
}

button,
input,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  border-style: none;
  outline-style: none;
  background: 0 0;
  -webkit-appearance: none;
}

input,
textarea {
  color: #666
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #999
}

input:read-only:not([value=""]),
textarea:read-only:not([value=""]) {
  -webkit-text-fill-color: #666
}

textarea {
  resize: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner,
button:-moz-focusring {
  border: 0;
  outline: 0
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

h1,
h2,
h3,
h4,
h5,
tr,
th {
  font-weight: normal;
}

body, html {
  min-width: 1360px;
  font-size: 14px;
  box-sizing: border-box;
  height: 100%;
  color: #111;
}

.fixedColor {
  background: linear-gradient(90deg,#e72828,#f36262);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262");
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
}

